SPAN: Understanding a Question with Its Support Answers
نویسندگان
چکیده
Matching a question to its best answer is a common task in community question answering. In this paper, we focus on the non-factoid questions and aim to pick out the best answer from its candidate answers. Most of the existing deep models directly measure the similarity between question and answer by their individual sentence embeddings. In order to tackle the problem of the information lack in question’s descriptions and the lexical gap between questions and answers, we propose a novel deep architecture namely SPAN in this paper. Specifically we introduce support answers to help understand the question, which are defined as the best answers of those similar questions to the original one. Then we can obtain two kinds of similarities, one is between question and the candidate answer, and the other one is between support answers and the candidate answer. The matching score is finally generated by combining them. Experiments on Yahoo! Answers demonstrate that SPAN can outperform the baseline models.
منابع مشابه
Implementing Multi-Perspective Context Matching for the SQuAD Task in TensorFlow
The Multi-Perspective Context Matching model introduced by Wang, et al. [1] in 2016 is known to be capable of producing strong results in the SQuAD question answering task. As of this writing, it is tied for 3 place on the SQuAD leaderboard. Implementing the model efficiently is difficult in practice, and the original introduction paper leaves out some implementation details. The goal of this p...
متن کاملKnowledge-Based Question Answering as Machine Translation
A typical knowledge-based question answering (KB-QA) system faces two challenges: one is to transform natural language questions into their meaning representations (MRs); the other is to retrieve answers from knowledge bases (KBs) using generated MRs. Unlike previous methods which treat them in a cascaded manner, we present a translation-based approach to solve these two tasks in one unified fr...
متن کاملGlobal Span Representation Model for Machine Comprehension on SQuAD
Machine comprehension of text is an important problem in natural language processing. A recently released dataset, the Stanford Question Answering Dataset (SQuAD), offers a large number of real questions, relevant context and answers created by humans through crowdsourcing. Given this more realistic dataset, we focus on the question answering task of machine comprehension. For this problem, we ...
متن کاملInteractive and Informative Community Question Answering with Multimedia Support
Generally community us to seek information for our queries and doubts. It enables the community members to post questions and answers to that. However, existing community question answering forums usually provide only textual answers, which are not informative enough for many questions. To improve the understanding and provide additional information we propose a novel scheme which allows commun...
متن کاملSSL-QA: Analysis of Semi-Supervised Learning for Question- Answering
Open domain natural language question answering (QA) is a process of automatically finding answers to questions searching collections of text files. Question answering (QA) is a long-standing challenge in NLP, and the community has introduced several paradigms and datasets for the task over the past few years. These patterns differ from each other in the type of questions and answers and the si...
متن کامل